home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / fratboy_.swf / scripts / frame_954 / PlaceObject2_2039_26 / CLIPACTIONRECORD on(rollOver).as < prev    next >
Text File  |  2010-11-09  |  239b  |  8 lines

  1. on(rollOver){
  2.    tt = 4;
  3.    _root.msgTable._visible = true;
  4.    _root.msg1 = "Air Tower - Air only";
  5.    _root.msg2 = "This tower is the best choice for destroying air units. ";
  6.    _root.msgCost = "Cost: " + _root.towerCost[tt][0];
  7. }
  8.